-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add junit5-migration-maven-kotlin
sample #105 PR
#107
base: main
Are you sure you want to change the base?
Conversation
20e6f18
to
8233495
Compare
junit5-migration-maven-kotlin
sample #105junit5-migration-maven-kotlin
sample #105 PR
8233495
to
6c41368
Compare
6c41368
to
98c2e9b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just simple grammatical errors, please update as suggested above.
### Maven & Kotlin Migration ![badge-jdk-8] ![badge-tool-maven] ![badge-junit-jupiter] ![badge-junit-vintage] | ||
|
||
The [junit5-migration-maven-kotlin] sample demonstrates how to execute tests written in Java and Kotlin | ||
based on JUnit 5 using Maven. In addition, it showcases that existing JUnit 4 based tests can be executed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
based on JUnit 5 using Maven. In addition, it showcases that existing JUnit 4 based tests can be executed | |
using JUnit 5 with Maven. Additionally, it demonstrates that existing JUnit 4 tests can also be executed |
based on JUnit 5 using Maven. In addition, it showcases that existing JUnit 4 based tests can be executed | ||
in the same test suite as JUnit Jupiter based tests or any other tests supported on the JUnit Platform. | ||
|
||
Please note that this project is uses the [Maven Wrapper](https://github.com/takari/maven-wrapper) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please note that this project is uses the [Maven Wrapper](https://github.com/takari/maven-wrapper) | |
Please note that this project uses the [Maven Wrapper](https://github.com/takari/maven-wrapper) |
in the same test suite as JUnit Jupiter based tests or any other tests supported on the JUnit Platform. | ||
|
||
Please note that this project is uses the [Maven Wrapper](https://github.com/takari/maven-wrapper) | ||
3.6.1 version. This helps you ensure that already tested versions are not going to be failed if |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.6.1 version. This helps you ensure that already tested versions are not going to be failed if | |
Version 3.6.1. This ensures that previously tested versions remain functional and are not disrupted if |
|
||
Please note that this project is uses the [Maven Wrapper](https://github.com/takari/maven-wrapper) | ||
3.6.1 version. This helps you ensure that already tested versions are not going to be failed if | ||
locally installed different maven version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
locally installed different maven version. | |
a different Maven version installed locally |
|
||
The junit5-migration-maven-kotlin project demonstrates how to execute tests written in Java and Kotlin | ||
based on JUnit 5 using Maven. In addition, it showcases that existing JUnit 4 based tests can be executed | ||
in the same test suite as JUnit Jupiter based tests or any other tests supported on the JUnit Platform. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the same test suite as JUnit Jupiter based tests or any other tests supported on the JUnit Platform. | |
within the same test suite as JUnit Jupiter tests or any other tests supported by the JUnit Platform. |
Overview
This PR contains
junit5-migration-maven-kotlin
project demonstrates how to execute tests written in Java and Kotlin based on JUnit 5 using Maven. In addition, it showcases that existing JUnit 4 based tests can be executed in the same test suite as JUnit Jupiter based tests or any other tests supported on the JUnit Platform.I hereby agree to the terms of the JUnit Contributor License Agreement.